net/http.http2gzipReader.zerr (field)
11 uses
net/http (current package)
h2_bundle.go#L10439: zerr error // sticky gzip reader init error or sentinel value to detect concurrent read and read after close
h2_bundle.go#L10474: if gz.zerr != nil {
h2_bundle.go#L10475: return nil, gz.zerr
h2_bundle.go#L10478: gz.zr, gz.zerr = http2gzipPoolGet(gz.body)
h2_bundle.go#L10479: if gz.zerr != nil {
h2_bundle.go#L10480: return nil, gz.zerr
h2_bundle.go#L10484: gz.zr, gz.zerr = nil, http2errConcurrentReadOnResBody
h2_bundle.go#L10492: if gz.zerr == http2errConcurrentReadOnResBody {
h2_bundle.go#L10493: gz.zr, gz.zerr = zr, nil
h2_bundle.go#L10504: if gz.zerr == nil && gz.zr != nil {
h2_bundle.go#L10508: gz.zerr = fs.ErrClosed
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |